home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / PLACE.DN_ / place.dns
Text File  |  1996-06-04  |  9KB  |  276 lines

  1. ;
  2. ;   place.dns
  3. ;
  4. ;   Lookup file for place.dom domain.
  5. ;
  6. ;   Note that all domain names given in this file, which are not
  7. ;   terminated by a "." and hence fully qualified domain names (FQDN),
  8. ;   are implicitly appended with "place.dom."
  9. ;
  10. ;   Examples:
  11. ;       "host"  =>  host.place.dom.
  12. ;       "host2.subdomain"  =>  host2.subdomain.place.dom.
  13. ;
  14. ;   If a name outside of "place.dom." is required, then it must be
  15. ;   explicitly terminated with a dot, to indicate that it is a
  16. ;   FQDN.
  17. ;
  18. ;   Example:
  19. ;       "host.mycompany.com."  =>  host.mycompany.com.
  20. ;
  21.  
  22. ;
  23. ;   START OF AUTHORITY
  24. ;
  25. ;   The first record in any database file should be a "Start of Authority"
  26. ;   (SOA) record.  The fields of this record are:
  27. ;
  28. ;   IN SOA <source host> <contact email> <serial number> <refresh time>
  29. ;   <retry time> <expiration time> <minimum time to live>
  30. ;
  31. ;   <source host> is the host on which this file was created.
  32. ;
  33. ;   <contact email> is the email address if the person responsible
  34. ;                   for this domain's database file.  Instead of
  35. ;                   writing an '@' in the email name, write a '.'
  36. ;
  37. ;   <serial number> The "version number" of this database file.
  38. ;                   Increase this number each time you edit a
  39. ;                   database file.
  40. ;
  41. ;   <refresh time>  A time, in seconds, that a secondary server
  42. ;                   will wait between checks to your server, when
  43. ;                   deciding if it is time to download a new copy
  44. ;                   of this domain's data.
  45. ;
  46. ;   <retry time>    A time, in seconds, that a secondary server
  47. ;                   will wait before retrying a failed zone download.
  48. ;
  49. ;   <expire time>   A time, in seconds, that a secondary server will
  50. ;                   keep trying to download a zone.  After this time
  51. ;                   limit expires, the old zone information will be
  52. ;                   discarded.
  53. ;
  54. ;   In order for a resource record to span a line in a database file,
  55. ;   parentheses must enclose the line breaks, as in the following
  56. ;   example.
  57. ;
  58. ;
  59. ;   YOU SHOULD CHANGE:
  60. ;       - "machine.place.dom." to the name of your name server.
  61. ;       - "postmaster.machine.place.dom." to your email name.
  62. ;
  63.  
  64. @   IN  SOA     nameserver.place.dom.  postmaster.nameserver.place.dom. (
  65.                                1            ; serial number
  66.                                36000        ; refresh   [1h]
  67.                                600          ; retry     [10m]
  68.                                86400        ; expire    [1d]
  69.                                3600 )       ; min TTL   [1h]
  70.  
  71. ;
  72. ;   NAME SERVERS
  73. ;
  74. ;   The following entries list the name servers for this domain.
  75. ;   This information allows other name servers to lookup names in
  76. ;   your domain.
  77. ;
  78. ;   YOU SHOULD CHANGE:
  79. ;       - The names of the DNS servers.
  80. ;       - The addresses of the DNS servers.
  81.  
  82. @               IN  NS      nameserver.place.dom.
  83. @               IN  NS      nameserver2.place.dom.
  84.  
  85. nameserver      IN  A       192.5.29.7
  86. nameserver2     IN  A       192.5.29.8
  87.  
  88.  
  89. ;
  90. ;   WINS LOOKUP
  91. ;
  92. ;   The WINS RR is specific to WindowsNT and may be attached ONLY
  93. ;   to the zone root.
  94. ;
  95. ;   Presence of a WINS record at the zone root instructs the name server
  96. ;   to use WINS to lookup any requests for A (address) records for names
  97. ;   which are DIRECT children of zone root, and which do NOT have A
  98. ;   records in the zone file.
  99. ;
  100. ;   Examples:
  101. ;
  102. ;   1) A query for host.place.dom.
  103. ;       "host.place.dom."  has A records below, so DNS server responds
  104. ;       with A records without WINS lookup.
  105. ;
  106. ;   2) A query for website.place.dom.
  107. ;       "website.place.dom." is in the place.dom zone, but has no A records
  108. ;       within this zone file.  DNS queries WINS for a workstation
  109. ;       name "website", gets a response or name error back from WINS,
  110. ;       caches it and responds to the client.
  111. ;
  112. ;   3) A query for website.microsoft.com.place.dom.
  113. ;       "website.microsoft.com.place.dom." is in the place.dom zone,
  114. ;       and has no A records within this zone file.  However, it is
  115. ;       not an DIRECT child of the "place.dom." zone root, so the MS
  116. ;       DNS does NOT query WINS and responds with a name error.
  117. ;
  118. ;
  119. ;   WINS and sub-domains:
  120. ;
  121. ;   Note:  the MS DNS avoids going to WINS for queries like #3, because
  122. ;   resolvers will append local domain names, and WINS only "knows"
  123. ;   about the hostname.  Hence if WINS lookup was done, WINS would
  124. ;   respond with the address for the matching hostname it had, when
  125. ;   the desired hostname was for at another site (website.microsoft.com
  126. ;   in the example above).
  127. ;
  128. ;   If your site has multi-level domain names that you wish to resolve
  129. ;   through WINS, you must break the subdomains into separate zones.
  130. ;
  131. ;   Example:
  132. ;   You have several domains containing hostnames
  133. ;       - xxx.place.dom
  134. ;       - yyy.finace.place.dom
  135. ;       - zzz.production.place.dom
  136. ;   But each domain has some names registered in WINS.
  137. ;
  138. ;   To use WINS resolution, break up place.dom into separate zones:
  139. ;       - place.dom
  140. ;       - finace.place.dom
  141. ;       - production.place.dom
  142. ;   each with its own WINS record at the zone root.
  143. ;
  144. ;
  145. ;   WINS and zone transfer:
  146. ;
  147. ;   The MS DNS server, will configure WINS information as a resource
  148. ;   record to allow it to be transferred to MS DNS secondary servers.
  149. ;
  150. ;   If you have MS DNS secondaries, and want them to use exactly the
  151. ;   same WINS servers as the primary server, then omit the LOCAL flag
  152. ;   in the WINS record.
  153. ;
  154. ;   If you have UNIX secondaries, or MS secondaries using different
  155. ;   WINS information, then use the "LOCAL" flag after the "WINS"
  156. ;   flag and the WINS information will NOT be considered part of the
  157. ;   zone's resource records and will NOT be sent in the zone transfer.
  158. ;
  159. ;
  160. ;   YOU SHOULD CHANGE:
  161. ;       - Change the server addresses to the address(es) of the WINS
  162. ;          servers for the WINS clients in this zone.
  163. ;       - Uncomment the line without the LOCAL flag, if WINS information
  164. ;           should be transferred to MS DNS secondaries.
  165. ;       - Uncomment the line with LOCAL flag, if WINS information should
  166. ;           not be transferred as part of the zone data.
  167. ;           OR
  168. ;       - Leave this line commented out, if WINS lookup not desired.
  169. ;
  170.  
  171. ;@   IN  WINS            192.5.29.2 192.5.29.3
  172. ;@   IN  WINS    LOCAL   192.5.29.2 192.5.29.3
  173.  
  174.  
  175. ;
  176. ;   LOCAL HOST
  177. ;
  178. ;   Each of your domain files should contain an entry for the name
  179. ;   "localhost".  Be careful not to type a trailing dot in this entry
  180. ;   unlike the use of localhost in the reverse-lookup files.
  181. ;
  182. ;   This allows lookups for "localhost.place.dom." to return 127.0.0.1.
  183. ;   As unusual as this may seem, some vendors' name resolvers depend
  184. ;   upon it.
  185. ;
  186. ;   YOU SHOULD CHANGE:
  187. ;       nothing
  188.  
  189. localhost       IN  A       127.0.0.1
  190.  
  191.  
  192. ;
  193. ;   E-MAIL SERVERS
  194. ;
  195. ;   The following entries list the email servers for this domain.
  196. ;   The numeric value is a "preference value," with 1 being most
  197. ;   preferred.  Therefore, in the example given, mail will only be
  198. ;   delivered to testmail2.place.dom. if testmail1.place.dom.
  199. ;   is down or not receiving mail.
  200. ;
  201. ;   By using these records, mail addressed to user@place.dom. is
  202. ;   delivered to user@mailserver1.place.dom.
  203. ;
  204. ;   YOU SHOULD CHANGE:
  205. ;       - The names of the mail servers.
  206. ;       - The addresses of the mail servers.
  207.  
  208. @               IN  MX      10      mailserver1
  209. @               IN  MX      15      mailserver2
  210.  
  211. mailserver1     IN  A       192.5.29.17
  212. mailserver2     IN  A       192.5.29.18
  213.  
  214.  
  215. ;
  216. ;   OTHER HOSTS
  217. ;
  218. ;   The following 'A' records designate IP numbers for the named
  219. ;   hosts.
  220. ;
  221. ;   The 'MX' records designate a mail server and priority for a
  222. ;   domain name.
  223. ;
  224. ;   Unfortunately, there is no suitable wild-card syntax to allow
  225. ;   you to enter these records once only.
  226. ;
  227. ;   YOU SHOULD CHANGE:
  228. ;       - The names of the hosts listed.
  229. ;       - The IP addresses given.
  230. ;       - The mail exchange information for non-default mail servers.
  231. ;
  232.  
  233. WINSsrv1        IN  A       192.5.29.2
  234. WINSsrv2        IN  A       192.5.29.3
  235.  
  236. host            IN  A       192.5.29.135
  237.                 IN  A       192.5.29.82
  238.  
  239. other-host      IN  A       192.5.29.11
  240.                 IN  A       192.5.29.21
  241.                 IN  A       192.5.29.111
  242.                 IN  MX      5       mailserver2
  243.                 IN  MX      10      mailserver1
  244.  
  245. ;
  246. ;   Host.nt.place.domain is in a subdomain, so include the sub-domain
  247. ;   label in host name.
  248. ;
  249.  
  250. host.nt         IN  A       192.5.29.112
  251.  
  252.  
  253. ;
  254. ;   CNAME RECORDS
  255. ;
  256. ;   The following records are sometimes called "aliases" but are
  257. ;   technically referred to as "Canonical Names (CNAME)" entries.
  258. ;   These records allow you to use more than one name to point to
  259. ;   a single host.
  260. ;
  261. ;   For example, the entries below mean that:
  262. ;
  263. ;   ftp.place.dom. is really host.place.dom.
  264. ;   www.place.dom. is reallt other-host.place.dom.
  265. ;
  266. ;   By using CNAME records, you avoid typing duplicate information
  267. ;   in your database files.
  268. ;
  269. ;   YOU SHOULD CHANGE:
  270. ;       - The names of the hosts given.
  271. ;
  272.  
  273. ftp             IN  CNAME   host
  274. www             IN  CNAME   other-host
  275.  
  276.